Update the `PGDATA` environment variable.
parent
9f8f33aff9
commit
22210e7722
|
@ -59,7 +59,7 @@
|
||||||
# environment variable whenever `-D` is not specified (for e.g.
|
# environment variable whenever `-D` is not specified (for e.g.
|
||||||
# `postgres` and `pg_ctl`).
|
# `postgres` and `pg_ctl`).
|
||||||
# https://www.postgresql.org/docs/15/server-start.html
|
# https://www.postgresql.org/docs/15/server-start.html
|
||||||
export PGDATA="$PWD/data"
|
export PGDATA="$PWD/db"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
# environment variable whenever `-D` is not specified (for e.g.
|
# environment variable whenever `-D` is not specified (for e.g.
|
||||||
# `postgres` and `pg_ctl`).
|
# `postgres` and `pg_ctl`).
|
||||||
# https://www.postgresql.org/docs/15/server-start.html
|
# https://www.postgresql.org/docs/15/server-start.html
|
||||||
export PGDATA="$PWD/data"
|
export PGDATA="$PWD/db"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue