-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hands on #2122
Comments
Hey,
It looks like there is a change missing in one of your configuration files.
I think this will help:
Edit the postgresql.conf file starting at line 642
- sudo nano +642 /etc/postgresql/12/main/postgresql.conf
(if you don't like nano use a different editor vi/vim/emacs )
change line 642 from
bytea_output 'hex'
change to
bytea_output 'escape'
Then try that step again.
…-Will
On Thu, Jun 9, 2022 at 1:10 AM Frazer-Nyambe ***@***.***> wrote:
i am a beginner, kindly assist me with the challenges i'm facing during
the Islandora Manual Installation on Ubuntu 20.04.
Run the Drupal installer with Drush:
when i run the code below:
drush -y site-install standard --db-url="pgsql://
***@***.***:5432/drupal9" --site-name="Islandora 2.0"
--account-name=islandora --account-pass=islandora
i get the results below:
You are about to:
- DROP all tables in your 'drupal9' database.
// Do you want to continue?: yes.
[notice] Starting Drupal installation. This takes a while.
[notice] Performed install task: install_select_language
[notice] Performed install task: install_select_profile
[notice] Performed install task: install_load_profile
[notice] Performed install task: install_verify_requirements
In install.core.inc line 971:
Resolve all issues below to continue the installation. For help confi
guring your database server, see the installation handbook
<https://www.drupal.org/%20%20%0Ddocs/8/install>, or contact your hosting
pr
ovider.
- The
*byt ea_output* setting is currently set to '
*h ex*', but needs to be '*escape*'. Chan
ge this by running the following query: ALTER DATABASE "dr
upal9" SET bytea_output = 'escape';
</
div>
—
Reply to this email directly, view it on GitHub
<#2122>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA337X3AKASWYMPEH2PYAB3VOGDDPANCNFSM5YI25M7A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Oh after you change that line you'll need to restart postgresql
-
sudo systemctl restart postgresql
…-Will
On Thu, Jun 9, 2022 at 11:15 AM Will ***@***.***> wrote:
Hey,
It looks like there is a change missing in one of your configuration files.
I think this will help:
Edit the postgresql.conf file starting at line 642
- sudo nano +642 /etc/postgresql/12/main/postgresql.conf
(if you don't like nano use a different editor vi/vim/emacs )
change line 642 from
bytea_output 'hex'
change to
bytea_output 'escape'
Then try that step again.
-Will
On Thu, Jun 9, 2022 at 1:10 AM Frazer-Nyambe ***@***.***>
wrote:
> i am a beginner, kindly assist me with the challenges i'm facing during
> the Islandora Manual Installation on Ubuntu 20.04.
>
> Run the Drupal installer with Drush:
>
> when i run the code below:
> drush -y site-install standard --db-url="pgsql://
> ***@***.***:5432/drupal9" --site-name="Islandora 2.0"
> --account-name=islandora --account-pass=islandora
>
> i get the results below:
> You are about to:
>
> - DROP all tables in your 'drupal9' database.
>
> // Do you want to continue?: yes.
>
> [notice] Starting Drupal installation. This takes a while.
> [notice] Performed install task: install_select_language
> [notice] Performed install task: install_select_profile
> [notice] Performed install task: install_load_profile
> [notice] Performed install task: install_verify_requirements
>
> In install.core.inc line 971:
>
> Resolve all issues below to continue the installation. For help confi
> guring your database server, see the installation handbook
> <https://www.drupal.org/%20%20%0Ddocs/8/install>, or contact your
hosting
> pr
> ovider.
>
> - The
> *byt ea_output* setting is currently set to '
> *h ex*', but needs to be '*escape*'. Chan
> ge this by running the following query: ALTER DATABASE "dr
> upal9" SET bytea_output = 'escape';
>
> </
> div>
>
> —
> Reply to this email directly, view it on GitHub
> <#2122>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AA337X3AKASWYMPEH2PYAB3VOGDDPANCNFSM5YI25M7A
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA337X7W7JVH27ZLCYWZ2D3VOIKCJANCNFSM5YI25M7A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have tried that, but I'm still getting the same results.
…On Thu, Jun 9, 2022 at 6:32 PM Will ***@***.***> wrote:
Oh after you change that line you'll need to restart postgresql
-
sudo systemctl restart postgresql
-Will
On Thu, Jun 9, 2022 at 11:15 AM Will ***@***.***> wrote:
> Hey,
>
> It looks like there is a change missing in one of your configuration
files.
>
> I think this will help:
>
> Edit the postgresql.conf file starting at line 642
>
> - sudo nano +642 /etc/postgresql/12/main/postgresql.conf
>
> (if you don't like nano use a different editor vi/vim/emacs )
>
> change line 642 from
>
> bytea_output 'hex'
>
> change to
>
> bytea_output 'escape'
>
>
> Then try that step again.
>
>
> -Will
>
>
>
> On Thu, Jun 9, 2022 at 1:10 AM Frazer-Nyambe ***@***.***>
> wrote:
>
> > i am a beginner, kindly assist me with the challenges i'm facing during
> > the Islandora Manual Installation on Ubuntu 20.04.
> >
> > Run the Drupal installer with Drush:
> >
> > when i run the code below:
> > drush -y site-install standard --db-url="pgsql://
> > ***@***.***:5432/drupal9" --site-name="Islandora 2.0"
> > --account-name=islandora --account-pass=islandora
> >
> > i get the results below:
> > You are about to:
> >
> > - DROP all tables in your 'drupal9' database.
> >
> > // Do you want to continue?: yes.
> >
> > [notice] Starting Drupal installation. This takes a while.
> > [notice] Performed install task: install_select_language
> > [notice] Performed install task: install_select_profile
> > [notice] Performed install task: install_load_profile
> > [notice] Performed install task: install_verify_requirements
> >
> > In install.core.inc line 971:
> >
> > Resolve all issues below to continue the installation. For help confi
> > guring your database server, see the installation handbook
> > <https://www.drupal.org/%20%20%0Ddocs/8/install>, or contact your
> hosting
> > pr
> > ovider.
> >
> > - The
> > *byt ea_output* setting is currently set to '
> > *h ex*', but needs to be '*escape*'. Chan
> > ge this by running the following query: ALTER DATABASE "dr
> > upal9" SET bytea_output = 'escape';
> >
> > </
> > div>
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <#2122>, or
unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AA337X3AKASWYMPEH2PYAB3VOGDDPANCNFSM5YI25M7A
> >
> > .
> > You are receiving this because you are subscribed to this
thread.Message
> > ID: ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#2122 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AA337X7W7JVH27ZLCYWZ2D3VOIKCJANCNFSM5YI25M7A
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNCT54SHAFJFWMKJ7MDVOIMCJANCNFSM5YI25M7A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
Hey @Frazer-Nyambe, the error message explains what the issue is. You would need to run the following:
That is when logged into your database you would need to run |
That worked!
Thank you so much
…On Wed, Jun 15, 2022 at 7:18 PM Jordan Dukart ***@***.***> wrote:
Hey @Frazer-Nyambe <https://github.com/Frazer-Nyambe>, the error message
explains what the issue is. You would need to run the following:
The bytea_output setting is currently set to 'hex', but needs to be
'escape'. Change this by running the following query: ALTER DATABASE
"drupal9" SET bytea_output = 'escape';
That is when logged into your database you would need to run the above
assuming drupal9 is your database. If you want more context you could
read into https://groups.drupal.org/node/199783.
—
Reply to this email directly, view it on GitHub
<#2122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNBNFW67EQTZJEIQV33VPIF7LANCNFSM5YI25M7A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
i'm now stuck on this step.... Creating a New Solr Core: Initially, our new Solr core will contain a configuration copied from the example included with the installation, so that we have something to work with when we configure this on the Drupal side. We’ll later update this with generated configurations we create in Drupal. cd /opt/solr Solr is running on localhost:8983, but i get the error below... when i run the code below.... |
Frazer-Nyambe: Did we resolve this one? If so let's close the issue. |
i am a beginner, kindly assist me with the challenges i'm facing during the Islandora Manual Installation on Ubuntu 20.04.
Run the Drupal installer with Drush:
when i run the code below:
drush -y site-install standard --db-url="pgsql://drupal:[email protected]:5432/drupal9" --site-name="Islandora 2.0" --account-name=islandora --account-pass=islandora
i get the results below:
You are about to:
// Do you want to continue?: yes.
[notice] Starting Drupal installation. This takes a while.
[notice] Performed install task: install_select_language
[notice] Performed install task: install_select_profile
[notice] Performed install task: install_load_profile
[notice] Performed install task: install_verify_requirements
In install.core.inc line 971:
Resolve all issues below to continue the installation. For help confi
guring your database server, see the installation handbook, or contact your hosting pr
ovider.
- The byt
</ea_output setting is currently set to 'h
ex', but needs to be 'escape'. Chan
ge this by running the following query:
ALTER DATABASE "dr
upal9" SET bytea_output = 'escape';
div>
The text was updated successfully, but these errors were encountered: