From: | Steve Singer <steve(at)ssinger(dot)info> |
---|---|
To: | ayagmur75(at)yandex(dot)com |
Cc: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Offlne Slony Installation |
Date: | 2021-01-31 21:17:56 |
Message-ID: | alpine.DEB.2.21.2101311612020.17625@opti.atlantida.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, 31 Jan 2021, ayagmur75(at)yandex(dot)com wrote:
>
> I want to use slony replication tool offline with edb or postgresql. I have been using Windows 10 operating system. For this, I
> have downloaded enterprise database 13.1 version. After installation I select slony download from stackbuilder plus. Then I copied
> these 2 files to offline windows 10 machine. I install both of them. After that, i try to run a simple slonik script to setup
> master. while executing "init cluster" command i get file not found error, c:servershare/slony1_base.2.8.sql. Do you have an idea
> what is going on?
1. Does the file c:\servershare\slony1_base.2.8.sql exist ?
This looks very strange, I would expect the file for 2.2.8 to be named
slony1_base.2.2.8.sql
What version of slony did you install?
(slonik -v should return this)
If the slony files are installed in a different location you could try
setting the environment variable
SLONY_SHARE_DIR to the location that the slony1 .sql files are in.
Steve
>
> Best Regards,
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Ben Hoskings | 2021-01-31 23:18:43 | Re: Occasional lengthy locking causing stalling on commit |
Previous Message | ayagmur75 | 2021-01-31 05:51:36 | Edb Jdbc Ssl Connection |