# PostgreSQL Conference Europe 2014

DevFeed: [PostgreSQL Conference Europe 2014](<https://devfeed.tech/articles/postgresql-conference-europe-2014-34653.md>)

Original publisher: [Read original article](<https://tapoueh.org/conf/postgresql-conference-europe-2014/>)

Published: 2014-10-20T22:00:00Z

Content type: article

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [backups](<https://devfeed.tech/topics/backups.md>), [migration](<https://devfeed.tech/topics/migration.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [SQL](<https://devfeed.tech/topics/sql.md>)

Tags: [backup](<https://devfeed.tech/tags/backup.md>), [backups](<https://devfeed.tech/tags/backups.md>), [conference](<https://devfeed.tech/tags/conference.md>), [database-migration](<https://devfeed.tech/tags/database-migration.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

PostgreSQL Conference Europe 2014 featured talks on tested backups and automated recovery, migrating from MySQL to PostgreSQL with pgloader, and turning SQL queries into charts with pgcharts. The event also served as a networking opportunity for European PostgreSQL users and developers.

## Source excerpt

You'd better have tested backups explains why you must implement an automated recovery solution rather than merely backup scripts. Noboday cares about backups, as such. What everybody cares about is the actual ability to recover data in case when the worst happens... A full presentation of pgloader, your data load and database migration companion. With pgloader you can migrate from MySQL to PostgreSQL in a single command line! A ligthning talk about pgcharts, a quick tool to turn your SQL queries into charts, and share the result.