Extract the database with
7z x oddb_backup.gz
Create the DB
createdb -U oddb -E UTF8 -T template0 oddb
Load the data
psql -U oddb oddb < 22_00-postgresql_database-oddb-backup