hello I have a question about prefect server migra...
# ask-community
y
hello I have a question about prefect server migration: • we are looking to migrate the self hosted prefect server from a vm to k8 cluster. we have the server database in prefect database • when i have the new prefect service up, i would like to connect the old database and have all my flows/deployment/blocks and history data intact • I tried to put the
PREFECT_API_DATABASE_CONNECTION_URL
pointing to the old database but the service would not be able to start with error:
alembic.script.revision.ResolutionError: No such revision or branch 'cef24af2ec34'
is there any documentation on migration or what should i do to move prefect server properly?