You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If /var/ramfs exists, the postgresql cookbook copies the existing Postgresql data directory to it, and then updates data_directory to use the new location:
If /var/ramfs exists, the postgresql cookbook copies the existing Postgresql data directory to it, and then updates
data_directory
to use the new location:travis-cookbooks/cookbooks/travis_postgresql/templates/ubuntu/initd_postgresql.erb
Lines 55 to 64 in 5c6d733
travis-cookbooks/cookbooks/travis_postgresql/templates/ubuntu/9.6/postgresql.conf.erb
Lines 41 to 45 in 5c6d733
It would be great to do something similar for MySQL, since doing so manually (using the steps here) made our unit tests run twice as fast.
This would presumably mean:
/var/lib/mysql/
to/var/ramfs/mysql/
in a similar manner to whatinitd_postgresql.erb
does.datadir
option via an extra/etc/mysql/conf.d/
config file.The text was updated successfully, but these errors were encountered: