mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-29 15:04:16 +00:00
Updated Quickstart (markdown)
parent
ed0654f1ac
commit
f33d750f7a
@ -89,3 +89,14 @@ Must be run with superuser rights ('sudo').
|
||||
- [A short guide](https://gist.github.com/szepeviktor/2c6a19cb91c4bb561369707f22bcf413) for registering a new account with signal-cli on windows, and linking it with signal-desktop.
|
||||
- [Guide](https://community.signalusers.org/t/using-signal-desktop-without-android-device/390) for old version of signal-desktop (pre-electron). To get to the html source described there in the current signal-desktop, go to View -> Toggle Developer Tools
|
||||
|
||||
### Upgrades
|
||||
|
||||
#### Backup
|
||||
|
||||
It is advised to backup the account databases before upgrading to a newer version which might migrate the database and therefore prevents a downgrade in case of issues.
|
||||
|
||||
This little snippet will take care (requires `squlite3`).
|
||||
|
||||
```bash
|
||||
find /folder/to/signal-cli/data -type f -name account.db | xargs -L1 -I{} sqlite3 {} ".backup {}.$(date +%Y%m%d%H%M)"
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user