All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:18, 25 September 2025 Ebasso talk contribs created page PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux (Created page with "= Instalar o PostgreSQL = == Instalar o módulo == <syntaxhighlight lang="bash"> sudo dnf module install postgresql:15/server </syntaxhighlight> == Inicializar o cluster de banco de dados == <syntaxhighlight lang="bash"> sudo postgresql-setup --initdb </syntaxhighlight> == Habilitar e iniciar o serviço == <syntaxhighlight lang="bash"> systemctl enable postgresql systemctl start postgresql </syntaxhighlight> = Criar o banco de dados e o usuário = == Criar o usuári...")