Hello I’m a new Chirpstack user ,
how to step by step copy all the data from a Chirpstack development server to a production server? (both based on ubuntu 22.04)
Knowing that once copied the production server is identical to the development server
Thanks for your help
Hi ,
You can make a dump of your PostgreSQL DB and a copy of your RDB file (REDIS backup) from your dev server and transfer it to your prod server.
If you changed the config file (*.toml), you also need to copy them.
1 Like
These are some links that could be helpful:
- Redis persistence: Redis persistence | Redis
- PostgreSQL
pg_dump
: PostgreSQL: Documentation: 16: pg_dump - PostgreSQL
pg_restore
: PostgreSQL: Documentation: 16: pg_restore