Alexander Evseev

Results 12 comments of Alexander Evseev

> Could you please paste in the full CREATE TABLE statements for both source and destination databases, and also check what character set and collation is default for both source...

MySQL: ``` | character_set_database | utf8 | | collation_database | utf8_general_ci | ``` Create table statement (see above) specifies only charset - utf8. PostgreSQL database has charset UTF8 and collation/ctype...

I've checked source (MySQL) table - there is no id's similar to the problematic one.

Sorry, can't check. I've added "drop schema; create schema" on the target DB (PG) and and KS runs successfully. I.e. sync succeeds if there is no tables/data in target DB...

> What version of PostgreSQL are you using? We're using PostgreSQL 12 at destination

I've changed original commit to bump chart version

I've found a solution to have the only manifest, but it should be run twice: ``` resource "helm_release" "cert_manager" { name = "cert-manager" chart = "cert-manager" repository = "https://charts.jetstack.io" namespace...

I've added `Virtual Full Backup Pool = pool-1-2` to job `Artifactory Backup`, and got the same error. I didn't new full/incremental backups (just updated job `Artifactory Backup`, reloaded config, and...

Tried one more time only having `Next Pool = pool-1-2` in `Artifactory Backup` and it works. I think you may close the issue. Looks like I missed something. Sorry.

Looks like `Next Pool` should work always: https://github.com/bareos/bareos/blob/bdb86e83b4736033956f9d6ef1d1498cf43c0a40/core/src/dird/vbackup.cc#L171