Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 329 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 329 Bytes

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