mishraprafful
04/20/2022, 3:05 PM│ Failed to setup DB: Dirty database version 1. Fix and force version. │
The postgres
version is aurora-postgres:12.8
and the error on the setup UI says Unknown
Could you please help me with what I might be missing here?
ThanksAriel Shaqed (Scolnicov)
04/20/2022, 3:15 PM\dt+
on the database...).
2. Run lakefs setup
from the CLI.
3. Post the logs here (if it fails).
THANKS!mishraprafful
04/20/2022, 3:29 PMAriel Shaqed (Scolnicov)
04/20/2022, 3:30 PMThanks for an early response, I tried removing all the tables from that db with no success.Unfortunately a database is more than just its tables: there are indices, sequence numbers, and probably a few more things I forgot about. Best drop it or create a new one with a new name. Sorry.
Ariel Shaqed (Scolnicov)
04/20/2022, 3:32 PMlakefs migrate down
might be able to help you... if it still supports migrating to version 0. (It's a potential lethal instrument, so while it is really good at destroying databases, I am not happy to recommend it for anything.)mishraprafful
04/20/2022, 3:46 PMAriel Shaqed (Scolnicov)
04/20/2022, 3:46 PMmishraprafful
04/20/2022, 8:04 PM