Questions tagged [replication]
63 questions
5
votes
2 answers
What NAS setup for two-way syncing over the internet?
I have family living a few hours away and have a lot of files that I would like to share - especially lots of folders of digital photos, but also documents etc. - partially so they can see them, partially so I can have access when I visit them and…
Jamse
- 51
5
votes
1 answer
Can't find the "timeline history file" to get the replication working
I'm running PostgreSQL 9.4, trying to get the replication going.
What I'm doing, taking inspiration from the instructions on the wiki and documentation:
SELECT pg_start_backup('clone', true);
rsync of the database to the would-be replica
SELECT…
valya
- 938
3
votes
2 answers
How to open the "Replication and Sync" tab on Lotus Notes 8.5?
I used to have the Replication and Sync tab opened all the time on Lotus Notes 8.5. This morning I involuntarily closed the tab, and now I can't get it back... I have searched on Internet about it, and the solution that I find is to click the "Open"…
Banz
- 33
3
votes
0 answers
Postgresql 11 logical replication - stuck in `catchup` state
I'm running two postgresql 11 servers - master and slave (setup with logical replication).
The problem I'm facing is that today after weeks of uninterrupted work slave got out of sync with this error message:
2019-09-16 07:39:44.332 CEST [30117]…
Greg0ry
- 228
3
votes
1 answer
How to set up MySql Replication on more than two servers?
I'm looking for some help setting up MySql Replication. I've found quite a few guides and am able to get replication working on two servers, (from what I understand, a master and a slave). But I want my replication to work in such a way that there…
Nathan F.
- 115
2
votes
0 answers
Two folders synchronization (1 way sync), one in intranet the other one in extranet
I have one server in intranet (joined to domain, accessible via domain account) and the other one in extranet (not joined to domain, accessible via hopping station using a local account). Shared folders on intranet servers are accessible for domain…
ray
- 21
2
votes
1 answer
Is it possible for older versions of Windows Server to be domain controllers in an AD network created with a newer version?
I currently have three offices which I am responsible for managing the IT setups.
The current configuration which was left for me includes three separate Windows Server setups (2003, 2008, 2008R2). Each of these servers has a different set of user…
rgmrtn
- 125
2
votes
1 answer
How can I sync Access databases and keep them up-to-date?
I have an Access database on my server. We split it up and use the front-end database for search data and adding new records or reports in local computer. If we update or add a new record, that writes to the back-end of database. I want to use this…
user327472
- 23
2
votes
0 answers
I'm trying to create an MySQL slave, but I'm not able to grant `SUPER,REPLICATION CLIENT` to the external `powerdns` user
I'm trying to create an MySQL slave, but I'm not able to grant SUPER,REPLICATION CLIENT to the external powerdns user.
I'm using phpMyAdmin and granted ALL PRIVILEGES to the powerdns user, but it still isn't working..
Command SHOW SLAVE STATUS; on…
Wouter0100
- 161
- 2
- 2
- 7
2
votes
2 answers
Replicate/Sync a folder on Windows 7
I have a folder located at E:\My Work\code_library which I plan to store code snippets, etc..
I have a folder located at E:\Server\htdocs\code_library which is my Apache root directory
Is there a way that I can edit files at either location and have…
JasonDavis
- 5,062
2
votes
1 answer
SqlServer Merge Replica push - exec sys.sp_MSaddmergetriggers throws error
i'm stuck trying to solve an issue with a brand-new installation of two sql-server 2017 developer edition, in two different commodity server.
The problem arise with the tentative of merge-replicate one database.
Every chanche to sync the subscriber…
dbergamo
- 31
2
votes
1 answer
To perform a database replication with XAMPP MySql, do the Master and Slave need to have the same version?
I have 2 servers with different versions of XAMPP, do they need to be the same version in order to replication?
JDeLeon
- 23
2
votes
1 answer
Why is ZFS send/receive sending so much data across my LAN?
Just last weekend, I set up a new (clean install) backup server for my main FreeNAS machine, and started a manual complete pool backup between them. Both machines are enterprise hardware and run fast, the link between is a direct 10G optic LAN…
Stilez
- 1,825
2
votes
1 answer
openldap -- exclude specific attributes from replication
I have two openldap servers replicating cn=config with syncrepl in a provider-consumer relationship. There are a few attributes that I would like to exclude from replication.
I see that syncrepl has an exattrs= option, but I cannot find…
hymie
- 1,276
1
vote
2 answers
Postgres restoring replication, timeline conflict
I have a postgres database (version 9.4) with streaming replication (master, slave configuration). Lets call master db A and slave db B.
The server running A failed and we had to do a switchover, where we promoted B to be the new master.
Until now…
Keyjote
- 121