File: README

package info (click to toggle)
goiardi 0.11.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,708 kB
  • sloc: sql: 4,994; makefile: 156; sh: 95; python: 30
file content (15 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Sqitch bundles for deploying SQL databases for goiardi are in here (currently,
the mysql-bundle and postgres-bundle). See http://sqitch.org/ for more 
information on sqitch, and goiardi's README for information on how to deploy the
sqitch bundle.

Additionally, for those folks who don't feel like mucking about with sqitch,
dumps of the MySQL and Postgres schemas are available. Create the desired 
database with whatever owner you want, and load the schema with mysql -u <owner>
[-p] <database> < sql-files/goiardi-schema-mysql.sql (for mysql) or psql 
-U <owner> <database> < sql-files/goiardi-schema-postgres.sql (for postgres).

NOTE: If this is not a tagged goiardi release, but rather is a development 
branch, these sqitch bundles and SQL files may not be up to date for this
branch. If so, see https://github.com/ctdk/goiardi-schema for the sqitch files
for the development branch.