<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Pgloader</id>
	<title>Pgloader - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Pgloader"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Pgloader&amp;action=history"/>
	<updated>2026-06-02T05:18:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Pgloader&amp;diff=2291&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;Ubuntu fix  ``` apt update &amp;&amp; apt install -y build-essential sbcl  curl -LO https://github.com/dimitri/pgloader/releases/download/v3.6.2/pgloader-bundle-3.6.2.tgz tar xf pgloa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Pgloader&amp;diff=2291&amp;oldid=prev"/>
		<updated>2021-10-12T17:53:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Ubuntu fix  ``` apt update &amp;amp;&amp;amp; apt install -y build-essential sbcl  curl -LO https://github.com/dimitri/pgloader/releases/download/v3.6.2/pgloader-bundle-3.6.2.tgz tar xf pgloa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ubuntu fix&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
apt update &amp;amp;&amp;amp; apt install -y build-essential sbcl&lt;br /&gt;
&lt;br /&gt;
curl -LO https://github.com/dimitri/pgloader/releases/download/v3.6.2/pgloader-bundle-3.6.2.tgz&lt;br /&gt;
tar xf pgloader-bundle-3.6.2.tgz&lt;br /&gt;
cd pgloader-bundle-3.6.2&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
cp bin/pgloader /usr/local/bin/pgloader&lt;br /&gt;
&lt;br /&gt;
/usr/local/bin/pgloader&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
example of grafana&lt;br /&gt;
```&lt;br /&gt;
load database&lt;br /&gt;
    from sqlite://grafana.db&lt;br /&gt;
    into postgresql://:5432/grafana?sslmode=require&lt;br /&gt;
    with include drop, create tables, create indexes, reset sequences&lt;br /&gt;
    set work_mem to '16MB', maintenance_work_mem to '512 MB';&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>