mirror-registry icon indicating copy to clipboard operation
mirror-registry copied to clipboard

db: Modify upgrade cmd to migrate database from Postgres to Sqlite

Open harishsurf opened this issue 1 year ago • 1 comments

This is part 2 of feat: Sqlite database migration work. Part one PR: #152

This change adds ansible tasks to ./mirror-registry upgrade cmd to migrate data from a running Postgres container to SQlite file based database which is mounted as a volume to Quay container. It also stores a backup of postgres data in {{ quay_root }}/quay-postgres-backup inside the host machine where the binary is run

harishsurf avatar May 15 '24 20:05 harishsurf

@jonathankingfc can you take a look?

dmage avatar May 22 '24 15:05 dmage

PR #157 replaces this

harishsurf avatar Aug 09 '24 13:08 harishsurf