Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 825 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 825 Bytes

turf_portal


Build Statuses

Environment Dependencies

  • For PDF feature to work, the following package has to be installed in the deployed environment:
sudo apt install wkhtmltopdf

Backup Database on Lubuntu

  • Login as postgres user: sudo su - postgres
  • Dump sql file: psql -U postgres turf-portal > db_backup.sql
  • Restore: psql -U postgres postgresql://turf_portal_user:password@localhost:5432/turf_portal < db_backup.sql