Last active
May 13, 2021 17:05
-
-
Save jlntrt/cc1f3f4ab158845357d756ee9aa87adb to your computer and use it in GitHub Desktop.
Commands to run postgres with asdf on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdf plugin-add postgres | |
cpulimit -l 200 -f -- asdf install postgres latest | |
asdf global postgres 13.3 | |
pg_ctl start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment