Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.81k stars 785 forks source link

Question about backup #869

Open someoneIG opened 3 years ago

someoneIG commented 3 years ago

How can I transfer users from one server to another? And is the "data limit" reset every 30 days?

JonathanDCohen commented 3 years ago

How can I transfer users from one server to another?

This is difficult. If the keys are using IP addresses then you really can't unless the other server somehow has the same IP address. If you set up a hostname for your server like I showed in this post on Reddit then it's possible but requires some skill with a Linux command line.

The list of keys lives in /opt/outline/access.txt. You'd need to grab that file from your server and place a copy in the same directory in your other server.

And is the "data limit" reset every 30 days?

It doesn't reset every 30 days, it just uses a 30 day rolling window. https://support.getoutline.org/s/article/data-limits has more information