Encrypting an existing database using pg_tde

Because of how PGSQL stores data on disk, on a table-by-table basis, it is not possible to encrypt “entire database”.

You don’t need to create new tables, you can ALTER in place