Documentation Index
Fetch the complete documentation index at: https://docs.postiz.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Migration Steps
Head into the docker-compose folder
cd ./postiz-docker-compose
Insert your previous secrets into the new docker compose
And insert all your previous secrets from the existing docker-compose.yml before v1.12.0 Start the stack, and stop it
Wait for a bit to let it start. Insert your existing data into PostgreSQL
- Identify volumes:
- Copy data (helper container):
docker run --rm -v <old_postgres_volume>:/from -v <new_postgres_volume>:/to \
alpine sh -c "cp -a /from/. /to/"
Congratulations! You have now successfully migrated to v2.12.0 or later, and can enjoy the new Temporal infrastructure and updates!