DalgoT4D / prefect-proxy

GNU Affero General Public License v3.0
1 stars 7 forks source link

Prefect upgrade #78

Closed fatchat closed 10 months ago

fatchat commented 10 months ago

current version: 2.11.3

from https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md

2.12

2.13.0

2.13.5

fatchat commented 10 months ago

upgraded on staging:

pip install -r requirements.txt
pm2 restart <server, proxy, agent>

strangely, running database migrations broker everything

prefect server database upgrade
pm2 restart <server, proxy, agent>

so i had to revert them which fixed it

prefect server database downgrade
pm2 restart <server, proxy, agent>
fatchat commented 10 months ago

migrations are in /home/ddp/prefect/venv/lib/python3.10/site-packages/prefect/server/database/migrations/versions/postgresql/

the latest being bookmarked in public.alembic_version in the prefect database

fatchat commented 10 months ago

moved staging's prefect over to run from prefect-proxy/venv