snapCloud icon indicating copy to clipboard operation
snapCloud copied to clipboard

A fresh install requires adding ./bin/seeds.sql to the database

Open opencoca opened this issue 3 years ago • 0 comments

snapCloud is unusable without loading this initial data as it's not part of migrations

psql -U cloud -d snapcloud -a -f ./bin/seeds.sql

opencoca avatar Dec 21 '22 20:12 opencoca