using the same datababase to n8n
loray21
PROOP

a month ago

I have a question , i found this link to install n8n
https://railway.com/deploy/n8n
but already have database postgress my doubt is if I cant use the same database?
if I cant use the same database, where I could see the spend that generate new instance of postgress?
I think ye create another schema.
Thanks,
Best

Solved$10 Bounty

2 Replies

Railway
BOT

a month ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


brody
EMPLOYEE

a month ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody about 1 month ago


IIRC, you can deploy n8n directly from n8nio's Docker image (https://hub.docker.com/r/n8nio/n8n) and use an existing database. Just ensure that the environment variables that are listed in the image description are defined when deploying the service.

You can also use n8n's example Compose file for reference: https://github.com/n8n-io/n8n-hosting/blob/main/docker-compose/withPostgres/docker-compose.yml


Status changed to Solved noahd 20 days ago


Loading...