Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)