Gozargah / Marzban-examples

Some examples to setup Marzban
93 stars 45 forks source link

update & backup #9

Closed masoudgb closed 1 year ago

masoudgb commented 1 year ago

hi dear developer Thank you for developing this good panel I installed with Docker How can I make the script update and backup the list of users?

regards

AC-Lover commented 1 year ago

You just need to backup the database Database path: /var/lib/marzban/db.sqlite3 To update with Docker, type the following commands

docker compose stop docker compose rm -f docker compose pull docker compose up -d

masoudgb commented 1 year ago

tnx dear developer