- Breaking change: Greenlight got fully rewritten
- it is starting as a fresh installation. you can migrate your data with
./scripts/greenlight-migrate-v2-v3 - some greenlight settings under
.envhave changed. compare your version withsample.env - it is now served directly under
/and not in/b. If you use an reverse proxy not included in this repo, ensure to update your config accordingly!
- it is starting as a fresh installation. you can migrate your data with
apart from that follow the guide below.
if you use greenlight, create a database backup first
docker exec -t docker_postgres_1 pg_dumpall -c -U postgres > /root/greenlight_`date +%d-%m-%Y"_"%H_%M_%S`.sql# upgrade!
./scripts/upgrade
# restart updated services
docker-compose up -d