Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the homebrew install and update way on Mac OSX #236

Open
gadmyth opened this issue May 28, 2024 · 1 comment
Open

Support the homebrew install and update way on Mac OSX #236

gadmyth opened this issue May 28, 2024 · 1 comment

Comments

@gadmyth
Copy link

gadmyth commented May 28, 2024

If don't use docker, and want integrate the pgmq into an existing postgresql db for my project only have one postgresql db resource.

Because the docker create a new and empty postgresql db which only support the mq function, my project don't want to create another postgresql db.

So how to install the pgmq by homebrew on Mac OSX or by apt-get on ubuntu, or by dnf/yum on fedora ?

So temporarily, I just create the 'pgmq' schema, and execute the src/sql_src.sql script manually, and upgrade later manually too.

@ChuckHend
Copy link
Contributor

Hello @gadmyth . The contributing guide has instructions for installing into an existing Postgres instance which involves installing for source and should work on most operating systems. We recently started releasing deb packages as well, so you could give those a try if you are on linux.

When #230 is complete you'll also be able to install a lot easier if you're on Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants