Running the Server
% doltgresConfiguration options
Data location
% export DOLTGRES_DATA_DIR=~/dbs/
% doltgres &
% psql -h 127.0.0.1 -U doltgres -c "CREATE DATABASE newDb"% doltgres --data-dir /var/doltgres/dbslog_level: debug
behavior:
read_only: false
listener:
host: localhost
port: 5432
read_timeout_millis: 28800000
write_timeout_millis: 28800000
data_dir: /var/doltgres/dbs
cfg_dir: .doltcfgLast updated
