Forge is an install of the sourcehut suite of software.
Forge is an install of the sourcehut suite of software.
We host an x86/64 build system, where builds run on servers in j3s's basement. The system can be accessed here, and the job submission format can be viewed here.
Jobs you submit will be built on self-destructing virtual machines. SSH does not work yet, but it will soon.
sometimes, postgresql upgrades must be performed.
take a backup before upgrading postgres:
pg_dumpall -U postgres > pgbackup
upgrade postgres:
apk update
apk add -u postgresql
start postgresql and restore the backup:
service postgresql start
psql -U postgres -f pgbackup
commit 1c29c021af0a00ad03b20d6215bd39a566d3eafb Author: j3s <j3s@c3f.net> Date: 2021-02-22T17:20:53-06:00 Update docs according to last congress