Couchbase backup and restore authentication error - memcached

Using Couchbase v2.2. During the process of backup or restore mid-way the following error is seen after which the process of backup aborts.
s0 error: async operation: error: SASL auth exception
Has anyone else faced this issue or have any leads on why this happens?

Related

not able to access PostgreSQL database & process-engine failing in IICS

I have by mistake deleted database files from folder(PostGreSql/Data/base) and now getting below error logs
getting below error in postgresql.log file
UTCLOG: database system is ready to accept connections
UTCFATAL: database "activevos" does not exist
getting below error in scripts.log file
Failed to backup data from the PostgreSQL database.
Process Server update failed.
Can anyone please suggest how to recover process-engine in Informatica Cloud.
Note: using Linux as software

Postgres Server Migration on Azure

I am performing a postgres server migration on azure but I keep getting a failure. Every time I migrate it fails on extensions with the following error:
Data migration could not be started for one or more of the DBSets. Error details: PGv2RestoreError: PG Restore failed for database 'DATABASE_NAME' with exit code '1' and error message 'error: could not execute query: ERROR: must be owner of extension hypopg'.
Any ideas? The data appears to be in the tables, but the migration in the Azure portal just says failed. This is happening on two servers.

Rails Backup Gem fails to backup replicated PostgreSQL database on slave with pg_dump permission error

Running backup fails with the following error:
pg_dump: Error message from server: ERROR: canceling statement due to conflict with recovery
DETAIL: User query might have needed to see row versions that must be removed.
Errno::EPERM: Operation not permitted - 'pg_dump' returned exit code: 1
even though the user has permissions to access pg_dump on the database
This is a replicated database and the backup process is running on the slave.
In order to make this work you have to enable
hot_standby_feedback = on
inside of
/etc/postgresql/SQL_VERSION/main/postgresql.conf
and then restart postgresql using
systemctl restart postgresql

Postgres DB stuck in recovery mode

I have an application build with RoR and on Postgres db on separate server (VM with Linux red hat).
I am facing an issue with the db, it suddenly is stuck in the recovery mode, and I can’t access it even from the server console.
The only way is to restart the whole server and again it works fine.
Error details:
Exception
PG::ConnectionBad
Error
FATAL: the database system is in recovery mode
Please any advise for this issue?

Azure Mongodbrestore

I'm trying to restore a mongodb database from a dump, I keep getting timeout errors from Azure when restoring and only partial collections are restored.
error: Request timed out.