pgloader
pgloader copied to clipboard
Migrate to PostgreSQL in a single command!
full password is Hi@3812 use load database from mysql://root:Hi@3812@localhost/enhscada_dc into postgresql://postgres:Hi@3812@localhost/enhscada_dc or load database from mysql://root:Hi%403812@localhost/enhscada_dc into postgresql://postgres:Hi%403812@localhost/enhscada_dc are all auth failed, when cannot change the password, how can i...
# You can go straight to [this comment](https://github.com/dimitri/pgloader/issues/1648#issuecomment-2787053053). The problem is : pgloader doesn't read quick enough it's tcp buffer so mariadb times out Please provide the following information: ```bash...
Below is my Docker file, where one of the steps is to build pgloader. The issue is that on my local machine (Windows 11 Pro x64 23H2 Core i7 4900MQ...
My options : ``` with include drop, truncate, create tables, create indexes, batch rows = 10000, batch concurrency = 3, prefetch rows = 20000, reset sequences, downcase identifiers ``` Ending...
Ran pglodaer v3.6.10 with these options on my load file ``` with include drop, truncate, create tables, create indexes, batch size = 1000, prefetch rows = 100, reset sequences, downcase...
Fixes https://github.com/dimitri/pgloader/issues/1661 if `batch concurrency` option is specified, it'll override `prefetch rows`, since `batch concurrency` is deprecated, I dropped it.
Hello, this is what I have in my pgloader file: load database from mssql://***** into pgsql://***** with include drop, truncate, create tables, create indexes, reset sequences, foreign keys set work_mem...
I want to convert from sqlite to postgresql and I get many errors for all the columns "id" . I tried to find a solution to match not only the...
mysql.example.com[](url)
mysql.example.com$wgDBserver = "mysql.example.com"; $wgDBname = "mywiki_db"; $wgDBuser = "mywiki_user"; $wgDBpassword = "securepassword"; CREATE TABLE IF NOT EXISTS `page_visits` ( `id` INT(11) UNSIGNED AUTO_INCREMENT PRIMARY KEY, `visit_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `ip_address`...