-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to postgresql 16 #1355
Comments
RationalMany performance improvements were added to recent PostgreSQL versions since PostgreSQL 11 (the one used by Robotoff). This documentation explains how to perform the upgrade from PostgreSQL 11 to PostgreSQL 16. Robotoff uses the We take advantage of the upgrade to also switch DB name to How to1. Stop the servicesStop services that write to the SQL database: api, workers, scheduler, update-listener: docker compose stop api update-listener worker_1 worker_2 worker_3 worker_4 scheduler 2. Perform a DB dumpmake backup_postgres The dump produces a dump file in 3. Stop all containersmake down 4. Update the config
|
Done! |
@raphael0202 is it worth putting the upgrade doc in a doc folder ? |
Postgresql 11 is currently used, version 16 brings a lot of improvements.
The text was updated successfully, but these errors were encountered: