Results 6 comments of Saiful

Haven't used this yet, but looks promising for managing our environments. What I don't see is the ability to select specific tables. Sometimes we only want to migrate several tables...

Found this: ```css #bump { min-height: 100%; height: auto; margin: 0 auto ($footerHeight * -1); } ``` Decided to remove the `($footerHeight * -1)` and everything looks green now.

I would love to have this feature. Thank you for this awesome project.

I am using this and working for me: ``` DATA_SOURCE_URI="postgres@:5432/postgres?host=/var/run/postgresql" ``` The port has to be there and cannot be empty, for some reasons.

I don't use `/tmp`, but I am using `/var/run/postgresql` and this is working for me: ``` DATA_SOURCE_URI="prometheus@:5432/postgres?host=/var/run/postgresql" ``` For some reasons, the port is required.

`bucardo.bucardo_truncate_trigger` should be there when sync is created. If it is not, most probably the installation was failed at some point. You can find the information about the relation [here.](https://github.com/bucardo/bucardo/blob/cf5988d735e3213982b68dcea6ff60ab07535e88/bucardo.schema#L1989)...