This gist was created based on the following guide: upgrading to postgresql 11 on centos 7
Create a backup:
sudo -Hiu postgres pg_dumpall > mybackup.sqlInstall PostgreSQL 11:
| Visual Studio 2019 Product Key | |
| [Please Star this gist] | |
| Follow My Account --> https://github.com/ch-kashif @ch-kashif | |
| Lets do a code together | |
| Join Cloud Disk repository --> https://github.com/ch-kashif/CloudDisk | |
This gist was created based on the following guide: upgrading to postgresql 11 on centos 7
Create a backup:
sudo -Hiu postgres pg_dumpall > mybackup.sqlInstall PostgreSQL 11:
| --- PSQL queries which also duplicated from https://github.com/anvk/AwesomePSQLList/blob/master/README.md | |
| --- some of them taken from https://www.slideshare.net/alexeylesovsky/deep-dive-into-postgresql-statistics-54594192 | |
| -- I'm not an expert in PSQL. Just a developer who is trying to accumulate useful stat queries which could potentially explain problems in your Postgres DB. | |
| ------------ | |
| -- Basics -- | |
| ------------ | |
| -- Get indexes of tables |
| import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar | |
| import org.gradle.api.tasks.testing.logging.TestLogEvent.* | |
| plugins { | |
| java | |
| application | |
| id("com.github.johnrengelman.shadow") version "7.1.2" | |
| } | |
| group = "io.lasteris.dev" |
Для сборки и настройки необходима машина с доступом в интернет.
yum -y groupinstall "Development Tools" yum -y install gcc openssl-devel bzip2-devel libffi-devel
To create a BIRT runtime Maven artifact, please download birt-runtime-4.13.0-20230309.zip, unzip it to /tmp folder, then run the command
./src/main/scripts/install_birt_in_maven_repo.sh
This script was tested in macOS. It should work in Linux as well. It will generate this runtime artifact under the com.friss.org.eclipse.birt group ID.
All the dependencies will be installed into the local Maven repository ~/.m2/repository/.
Once it's successfully, this runtime artifact can be referred by the code