Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djacu/igl.ooo
lemmy and mastodon nixos server
https://github.com/djacu/igl.ooo
lemmy mastodon nix nixos
Last synced: 8 days ago
JSON representation
lemmy and mastodon nixos server
- Host: GitHub
- URL: https://github.com/djacu/igl.ooo
- Owner: djacu
- Created: 2023-07-03T02:06:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T02:45:58.000Z (12 months ago)
- Last Synced: 2024-10-11T23:40:05.518Z (about 1 month ago)
- Topics: lemmy, mastodon, nix, nixos
- Language: Nix
- Homepage: https://lemmy.igl.ooo/
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lemmy.igl.ooo
## postgres
get access to the database
```
sudo -i -u postgres psql
```destroy the old database (don't do this often)
```
DROP DATABASE "lemmy";
```by force if necessary
```
DROP DATABASE "lemmy" WITH (FORCE);
```[backup and restore](https://join-lemmy.org/docs/administration/backup_and_restore.html)