Skip to content
Snippets Groups Projects
Commit 3c5c7f69 authored by Brett Cornwall's avatar Brett Cornwall Committed by Jelle van der Waa
Browse files

doc: clean up the markdown formatting

parent 8d0d9907
No related branches found
No related tags found
No related merge requests found
# Configuration for users # Configuration for users
SMTP/IMAP server: mail.archlinux.org SMTP/IMAP server: mail.archlinux.org
SMTP port: 465 (TLS) SMTP port: 465 (TLS)
IMAP port: 993 (TLS) IMAP port: 993 (TLS)
username: the system account name username: the system account name
password: set by each user themselves with `passwd` on mail.archlinux.org password: set by each user themselves with `passwd` on mail.archlinux.org
# Adding new archlinux.org email addresses # Adding new archlinux.org email addresses
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
One of our servers has IPMI access, to use it install ipmitool and active an One of our servers has IPMI access, to use it install ipmitool and active an
IPMI remote shell with: IPMI remote shell with:
```
impitool -C3 -I lanplus -H $ip -U $username -P $password sol active impitool -C3 -I lanplus -H $ip -U $username -P $password sol active
```
...@@ -10,10 +10,14 @@ support@libera.chat. ...@@ -10,10 +10,14 @@ support@libera.chat.
## Add a user ## Add a user
1. `sudo -u quassel quasselcore --configdir=/var/lib/quassel --add-user` `sudo -u quassel quasselcore --configdir=/var/lib/quassel --add-user`
## Migration quassel ## Migration quassel
1. `Stop the quassel service` Stop the quassel service:
2. `sudo -u postgres pg_dump -F c quassel >quassel.dump`
3. `sudo -u postgres pg_restore -d quassel --clean --exit-on-error <quassel.dump` `sudo -u postgres pg_dump -F c quassel >quassel.dump`
Restore the data:
`sudo -u postgres pg_restore -d quassel --clean --exit-on-error <quassel.dump`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment