I had cut the error message. Full is "could not open file c:servershare/slony1_base.2.2.8.sql".
slonik version is 2.2.8.
When I set SLONY_SHARE_DIR to default installation directory (c:\program files\edb\as13\share) it works quite well.
Thank you very much.
01.02.2021, 00:18, "Steve Singer" <steve@xxxxxxxxxxxx>:
On Sun, 31 Jan 2021, ayagmur75@xxxxxxxxxx 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,